type google.golang.org/grpc/internal/transport.outgoingWindowUpdate

16 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L164: type outgoingWindowUpdate struct {
		controlbuf.go#L169: func (*outgoingWindowUpdate) isTransportResponseFrame() bool {
		controlbuf.go#L580: func (l *loopyWriter) outgoingWindowUpdateHandler(w *outgoingWindowUpdate) error {
		controlbuf.go#L830: 	case *outgoingWindowUpdate:
		http2_client.go#L1070: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
		http2_client.go#L1079: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
		http2_client.go#L1096: 	t.controlBuf.executeAndPut(updateIWS, &outgoingWindowUpdate{streamID: 0, increment: t.fc.newLimit(n)})
		http2_client.go#L1123: 		t.controlBuf.put(&outgoingWindowUpdate{
		http2_client.go#L1133: 			t.controlBuf.put(&outgoingWindowUpdate{
		http2_client.go#L1153: 				t.controlBuf.put(&outgoingWindowUpdate{s.id, w})
		http2_server.go#L706: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id, increment: w})
		http2_server.go#L716: 		t.controlBuf.put(&outgoingWindowUpdate{streamID: s.id,
		http2_server.go#L732: 	t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L762: 		t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L771: 			t.controlBuf.put(&outgoingWindowUpdate{
		http2_server.go#L794: 				t.controlBuf.put(&outgoingWindowUpdate{s.id, w})